[sig-windows] Enable GMSA tests for Hyper-V serial-slow job#36624
[sig-windows] Enable GMSA tests for Hyper-V serial-slow job#36624rzlink wants to merge 1 commit intokubernetes:masterfrom
Conversation
Add preset-capz-gmsa-setup label to ci-kubernetes-e2e-capz-master-windows-hyperv-serial-slow to enable GMSA domain controller provisioning, matching the process-isolated serial-slow job (ci-kubernetes-e2e-capz-master-windows-serial-slow). This enables 2 missing GMSA test cases: - GMSA support can read and write file to remote SMB folder - GMSA support works end to end
|
Hi @rzlink. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/lgtm |
|
@msft-linliu: changing LGTM is restricted to collaborators DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: msft-linliu, rzlink, zylxjtu The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
Add
preset-capz-gmsa-setuplabel toci-kubernetes-e2e-capz-master-windows-hyperv-serial-slowto enable GMSA domain controller provisioning, matching the process-isolated serial-slow job (ci-kubernetes-e2e-capz-master-windows-serial-slow).Changes
1 line added:
preset-capz-gmsa-setup: "true"Context
The Hyper-V serial-slow job added in #36609 was missing the GMSA preset, causing 2 test cases to be skipped:
[sig-windows] [Feature:Windows] GMSA Full [Serial] [Slow] GMSA support can read and write file to remote SMB folder[sig-windows] [Feature:Windows] GMSA Full [Serial] [Slow] GMSA support works end to endGMSA (Group Managed Service Account) is an AD credential mechanism independent of container isolation mode, so it should be tested with Hyper-V isolation as well.